Package-level declarations
Types
A validated byte number. This field is a wrapper of bytes that is both a java.util.function.Supplier and java.util.function.Consumer of type Byte
A validated double number. This field is a wrapper of doubles that is both a java.util.function.Supplier and java.util.function.Consumer of type Double
A validated float number. This field is a wrapper of floats that is both a java.util.function.Supplier and java.util.function.Consumer of type Float
A validated integer number. This field is a wrapper of integers that is both a java.util.function.Supplier and java.util.function.Consumer of type Int
A validated long number. This field is a wrapper of longs that is both a java.util.function.Supplier and java.util.function.Consumer of type Long
A validated short number. This field is a wrapper of shorts that is both a java.util.function.Supplier and java.util.function.Consumer of type Short